// var TN_Widget = function() { var months = ["", "Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec"]; return { newWindow : true, CreateEventRow : function(row, isAlt) { var t = row[4].split("/"); t[0] = months[t[0]]; t[2] = ", " + t[2]; return "

" + t[0] + " " + "" + t[1] + "" + t[2] + "

" + row[3].substring(0,3) + " " + row[5] + "

" + row[0] + "

" + row[1] + " - " + row[2] + "

" + this.btnText + "" + ""; }, AddCss: function(cssUrl) { var fileref=document.createElement("link"); fileref.setAttribute("rel", "stylesheet"); fileref.setAttribute("type", "text/css"); fileref.setAttribute("href", cssUrl); document.getElementsByTagName("head")[0].appendChild(fileref); }, CreateTable : function(eventData,kwds,url) { if(typeof(TN_SetWidgetOptions) == "function") TN_SetWidgetOptions(); //for backwards compatability var newTable = []; for(var cntr = 0; cntr < eventData.length; cntr++) newTable.push(this.CreateEventRow(eventData[cntr], cntr % 2 == 1)); var objToAddTo; var footerLink = "" + this.footerText + ""; if(objToAddTo = document.getElementById("tn_results_container")) { objToAddTo.innerHTML = "" + newTable.join('') + "" + footerLink + "
"; } else if(document.querySelector(".tnpl_results_container") != null) { document.querySelector(".tnpl_results_container").innerHTML = "" + newTable.join('') + "" + footerLink + "
"; } else document.write("
" + newTable.join('') + "" + footerLink + "
"); } }; }(); //BPW-TNSERV-03B TN_Widget.AddCss('//s3.amazonaws.com/TNService/pl-widget/styles/tnpl-results-widget.css'); TN_Widget.CreateTable([['Railbird Music Festival: Noah Kahan, Turnpike Troubadours, Chris Stapleton & Hozier - 2 Day Pass','The Red Mile','Lexington, KY','Saturday','6/1/2024','TBD','6131986','Railbird-Music-Festival--Noah-Kahan--Turnpike-Troubadours--Chris-Stapleton---Hozier---2-Day-Pass-6-1-2024'],['Railbird Music Festival: Chris Stapleton & Hozier - Sunday','The Red Mile','Lexington, KY','Sunday','6/2/2024','12:00 PM','6131990','Railbird-Music-Festival--Chris-Stapleton---Hozier---Sunday-6-2-2024'],['Telluride Bluegrass Festival: The Infamous Stringdusters, Lyle Lovett, Sam Bush Band & Charley Crockett - 4 Day Pass','Town Park Telluride','Telluride, CO','Thursday','6/20/2024','TBD','6134207','Telluride-Bluegrass-Festival--The-Infamous-Stringdusters--Lyle-Lovett--Sam-Bush-Band---Charley-Crockett---4-Day-Pass-6-20-2024'],['Telluride Bluegrass Festival: The Infamous Stringdusters & Leftover Salmon - Friday','Town Park Telluride','Telluride, CO','Friday','6/21/2024','10:00 AM','6133066','Telluride-Bluegrass-Festival--The-Infamous-Stringdusters---Leftover-Salmon---Friday-6-21-2024'],['The Infamous Stringdusters','Michael D. Palm Theatre','Telluride, CO','Saturday','6/22/2024','11:00 PM','6399232','The-Infamous-Stringdusters-6-22-2024'],['The Infamous Stringdusters','Mishawaka Amphitheatre','Bellvue, CO','Friday','7/5/2024','8:00 PM','6319453','The-Infamous-Stringdusters-7-5-2024'],['The Infamous Stringdusters','Mishawaka Amphitheatre','Bellvue, CO','Saturday','7/6/2024','8:00 PM','6308754','The-Infamous-Stringdusters-7-6-2024'],['The Infamous Stringdusters','The Ridgefield Playhouse','Ridgefield, CT','Sunday','7/21/2024','7:30 PM','6329434','The-Infamous-Stringdusters-7-21-2024'],['The Infamous Stringdusters & Molly Tuttle','Moore Theatre - WA','Seattle, WA','Friday','8/2/2024','7:30 PM','6253316','The-Infamous-Stringdusters---Molly-Tuttle-8-2-2024'],['The Infamous Stringdusters & Molly Tuttle','Abayance Bay','Rexford, MT','Saturday','8/3/2024','5:00 PM','6253913','The-Infamous-Stringdusters---Molly-Tuttle-8-3-2024']],'"The Infamous Stringdusters"','https://www.ticketnetwork.com');